home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / nl2tx101.zip / NL2TXT-E.CFG < prev    next >
Text File  |  1996-10-04  |  6KB  |  118 lines

  1. ;                    NL2TXT Sample configuration file
  2. ;
  3. ;   Lines beginning with a semicolon (;) are ignored when NL2TXT reads
  4. ;   this file.  A semicolon in the middle of a line, though, is
  5. ;   unpredictable at this time!
  6. ;
  7. ;   The NL2TXT.CFG file must be present in the directory where NL2TXT
  8. ;   is called from or within the DOS `PATH', or it will not start!  On
  9. ;   the other hand, starting NL2TXT from a directory where an alternate
  10. ;   NL2TXT.CFG file is located is a good way to temporarily change the
  11. ;   program's configuration.  You can also designate an alternate
  12. ;   configuration file with the CFG= option on the command line, provided
  13. ;   a legal DOS file name and optionnal path immediately follows the option
  14. ;   keyword.  Valid examples are: 
  15. ;
  16. ;        CFG=C:DELIST\FIDO2TXT.CFG        CFG=\MYCONFIG.TXT
  17. ;
  18. ;
  19. ; OUTPUT FILE BEAHVIOUR
  20. ;
  21. ;   By default, if NL2TXT finds a file with the same name as the specified
  22. ;   output file, it will always append to it.  If you want to overwrite
  23. ;   that file in those circumstances, you MUST specify it here in the
  24. ;   configuration file.  The reason is, in my opinion, logical:  a file
  25. ;   that has been appended to can be recovered, but one that has been
  26. ;   overwritten, except in some rare cases, CAN NOT!  The option is here
  27. ;   in case you want to use it, but I would recommend against it, and
  28. ;   suggest rather to use a batch file command to erase the previous file.
  29. ;   Note that it is written below, but is commented out.  It must appear
  30. ;   as written here exactly.
  31. ;OUTPUT=OVERWRITE
  32. ;
  33. ; FIELD LENGTH CONFIGURATION
  34. ;   Default values for the lengths of the write fields in the output
  35. ;   file can be overridden with the .CFG file, except for the maximum
  36. ;   modem velocity field which is fixed at four characters.
  37. ;   NL2CFG will only read the first three letters of the first word
  38. ;   (keyword) of each line, so you can customize the keywords to your
  39. ;   liking as long as you leave the first three letters intact.
  40. ;   Keywords are:
  41. ;         ADR = FTN address field length in the output file
  42. ;                                 (Max. is 20, default is 12)
  43. ;         BBS = BBS name field length             (Max. 50, def. 24)
  44. ;         LOC = BBS Location (city) field length  (Max. 20, def. 16)
  45. ;         SYS = SysOp's name field length         (Max. 25, def. 20)
  46. ;         TEL = Telephone number field length     (Max. 20, def. 12)
  47. ;
  48. Adr_length 12
  49. bbs-length 25
  50. tel_lenght 15
  51. sys_length 20
  52. LOC_Length 15
  53. ;
  54. ;         NOTE:  NL2TXT reads this file from the top down.  Therefore,
  55. ;                if you define the same keyword more than once, the last
  56. ;                occurence will prevail.
  57. ;
  58. ;  DEFAULT OPTIONS CONFIGURATION
  59. ;         The different command line options can be put in the configuration
  60. ;         file so that you don't have to specify them each time that NL2TXT
  61. ;         is run.  However, you can still use the command line to input
  62. ;         these parameters.  Just like on the command line, they are as
  63. ;         follows:
  64. ;
  65. ;         NOADMIN  Administrative nodes in the input file will not appear
  66. ;                  in the output file
  67. ;         NOPOINT  Point addresses will not be listed in the output file
  68. ;           NOPVT  Private systems will not be listed in the output file
  69. ;          NODOWN  Systems listed as `Down' will not be listed
  70. ;          NOHOLD  Systems listed as `Hold' will not be listed
  71. ;          NOPHDR  Telephone numbers will be stripped of the `+' and `1-'
  72. ;                  prefixes if any are found in the nodelist
  73. ;           NOSUM  The input nodelist summary will not appear in the
  74. ;                  output file
  75. ;           NOSPL  None of the special flags, that is QWK, PLK, or FAX
  76. ;                  will appear in the output file
  77. ;          NODATE  Date of compilation will not appear as a header to
  78. ;                  the output file
  79. ;         NET=X:Y  Only the systems with addresses beginning with the
  80. ;                  `X:Y' zone:net addresses will be listed
  81. ;         /ABLOTV  Defines a default listing order and presence of the
  82. ;                  different parameters found in the nodelist.  Any of
  83. ;                  these letters in any order may be included, and their
  84. ;                  signification is as follows:
  85. ;                  A = the system's FTN address (zone:net/node.point)
  86. ;                  B = system's name
  87. ;                  L = system's location (city - state - country)
  88. ;                  O = system operator's name
  89. ;                  T = system's telephone number
  90. ;                  V = system's modems maximum velocity (speed)
  91. ;
  92. ;                  Valid examples are:  /ALT  /BLT  /AOLV /TBLO
  93. /ABL
  94. ;
  95. ; EXCLUDE and INCLUDE ADDRESSES
  96. ;         INC = Addresses that you want to be included in the output
  97. ;               listing even if the options you specified (such as NOPVT)
  98. ;               would not allow it to be on the listing.  Of course, if
  99. ;               the `include' address is not in the nodelist, il will not
  100. ;               be listed...  :-)
  101. ;
  102. ;         EXC = Addresses that you want to be excluded from the output 
  103. ;               listing even if the options you specified would allow it
  104. ;               to be on the listing.  Sort of an NL2TXT version of a
  105. ;               `Twit-List'.  :-)
  106. ;
  107. ;Include 1:167/107
  108. ;Exclude 101:160/201
  109. ;Inclu 101:160/200
  110. ;Excl 7223:9505/201
  111. ;INC 101:160/200
  112. ;
  113. ;         NL2TXT will accept up to 128 of each of INCLUDE and EXCLUDE
  114. ;         addresses.  On the other hand, wildcards are not allowed.
  115. ;
  116. ;
  117. ;  <End of NL2TXT.CFG>
  118.